Welcome![Sign In][Sign Up]
Location:
Search - Visual c USB

Search list

[Other resourceUSBhidcheck

Description: 一个用VC++编写的查看HID设备的信息的程序,虽然没有太大的价值,但可以参考其编写方法,作为学习查找USB设备的例子。-a VC View HID prepared by the equipment of the information process, although it is not much value, But its reference to the preparation method, as you learn from the examples of USB devices.
Platform: | Size: 69632 | Author: 张建彬 | Hits:

[Driver Developdnw0.50A

Description: 用VC++编写的,用于调试PC机的USB接口的程序。支持收发信息的显示。-VC, prepared for debugging PC USB interface. Collecting and disseminating information to support the show.
Platform: | Size: 2887680 | Author: 贾宁 | Hits:

[Driver DevelopUSEUSB

Description: 看过后就知道USB是什么回事了,对USB接口的操作,读取-seen after USB know what else to USB interface, the operation of reading
Platform: | Size: 39936 | Author: 蒋大明 | Hits:

[Software EngineeringbitmapProgress

Description: MFC应用程序中的状态条可以很方便的显示应用程序的状态,有 时需要用Bitmap位图显示程序状态,但是MFC的CStatusBar类只直接支持显 示文本,并不支持图形。本文以实例说明了如何在状态条中加入Bitmap位图。 本文内容适用于Microsoft Visual C++ 1.0/2.0/2.1/2.2/4.0/4.1所包含的 Microsoft Foundation Classes(MFC-MFC application of the state can conveniently display the application's state, sometimes need Bitmap bitmap procedures state, But MFC CStatusBar category only in direct support of the text, does not support graphics. This paper illustrates how the state, the addition of Bitmap bitmap. This content is applicable to Microsoft Visual C 1.0/2.0/2.1/2.2/4 .0/4.1 included in the Microsoft Foundation Classes (MFC
Platform: | Size: 2048 | Author: 朱学科 | Hits:

[source in ebookvc_math_arithmetic

Description: 《VC++和BC++数值分析类库》光盘内含C++数值分析动态连接库(包括动态库文件*.dll和入口库文件*.lib及头文件*.h),分Visual C++和Borland C++(Builder)两个版本。另有一个曲线绘制程序Plot.exe 。 -"VC and BC numerical analysis class library" CD-ROM containing C Numerical Analysis Dynamic Link Library (DLL including document* . dll and import lib*. libraries and header files*. h),- Visual C and Borland C (Builder) two versions. There is a procedure Plot.exe curves.
Platform: | Size: 5390336 | Author: 何爽 | Hits:

[Driver DevelopUSB_Driver_Dev.Frame

Description: Visual C++ 6.0、Windows98/2000/XP DDK 下面的USB设备驱动程序开发框架-Visual C 6.0, Windows98/2000/XP DDK below the USB Device Driver Development Framework
Platform: | Size: 4096 | Author: 王磊 | Hits:

[Otherusbtherm0

Description: 与HID USB通信的程式 API 函数相关-communication with the USB HID API function related programs
Platform: | Size: 1193984 | Author: roy | Hits:

[source in ebooktestUSB

Description: 现在USB设备却很多,因此对USB设备的查找与读写就必不可少了。但是能找到关于USB读写的资料很少。这里使用VC++示范了一些获得USB的信息的方法。-Now has a lot of USB devices, so USB devices to find and read and write on the essential. But on the USB reader can find little information. Here the use of VC++ Model a number of USB access to the information.
Platform: | Size: 34816 | Author: kathir | Hits:

[Otherusb_fescriptor_tool

Description: 在USB中,USB HOST是通过各种描述符来识别设备的,有设备描述符, 配置描述符,接口描述符,端点描述符,字符串描述符,报告描述符等等。 USB报告描述符(Report Descriptor)是HID设备中的一个描述符,它是比较 复杂的一个描述符
Platform: | Size: 91136 | Author: mjj | Hits:

[SCMF32x_BulkFileTransfer

Description: VC++下与C8051F340单片机的USB通信程序,采用批量传输协议! 可作为C8051F340开发USB的例程.
Platform: | Size: 3942400 | Author: 刘斌 | Hits:

[Com PortUSBPort

Description: USBPort的编译说明 -- 01(VC知识库) 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录 -Compiler USBPort note 01 (VC Knowledge) 1. Installation DDK2.
Platform: | Size: 62464 | Author: | Hits:

[SCMHIDKEYBROAD

Description: 针对USB开发板的HID键盘,里面有原代码,可以用KEIL直接编译通过,另外有原理图.-USB development board for the HID keyboard, which has the original code, can be used directly KEIL compiler passed, another schematic.
Platform: | Size: 167936 | Author: 就一 | Hits:

[Driver DeveloptestUSB

Description: 查找所有的USB设备,获得usb控制器信息,端口信息,连接设备信息及U盘描述;查找HID设备,获取U盘名称,产品ID,版本,序列号
Platform: | Size: 77824 | Author: wxb | Hits:

[Driver Develophellowdm

Description: 在Visual C++环境下编译/基于微软DDK工具包开发的一个WDM设备驱动程序范例,体现了WDM驱动编程的基本步骤和方法. 使用方法: 编译时需要Windows98 DDK 或 Windows 2000 DDK 及 VC 6.0,SoftIce 4.0(推荐) 另外,在编译中要改变路径设置,缺省时为e:\tan\hellow\hellowdm,DDK,SoftIce的路 径也要正确。 编以后,启动控制面版中的“添加新硬件”,选择“其它设备”,点击“从磁盘安装” 在找到上述目录下的hellowdm.inf,在安装中指定hellowdm.sys的路径即可。 安装好后可在控制面板的“系统”中看到此设备。 文件说明: hellowdm.dsw 为主工作文件 testhello目录 为客户端程序 -In the Visual C++ Environment compiler/toolkit based on the Microsoft DDK to develop a WDM device driver example, embodies the WDM driver programming the basic steps and methods. Usage: compile-time need for Windows98 DDK or Windows 2000 DDK and VC 6.0, SoftIce 4.0 (recommended) In addition, the compiler must change the path settings, the default for e: anhellowhellowdm, DDK, SoftIce have the correct path. Made after the Control Panel to start the
Platform: | Size: 385024 | Author: 罗弘谞 | Hits:

[Driver Developccid

Description: 自己编写的USB_CCID类设备驱动程序,对于需要开发USB_CCID类设备的朋友非常有帮助. 使用说明:该程序是利用DriverStudio驱动程序开发包开发的USB_CCID类设备驱动程序,在Visual C++环境下编译通过.-I have written USB_CCID type of device driver for the need to develop equipment USB_CCID friends very helpful. Using Description: The program is the use of DriverStudio driver development kit developed USB_CCID type device drivers, in the Visual C++ Environment compiler通过.
Platform: | Size: 1552384 | Author: 罗弘谞 | Hits:

[SCMENT_JAT

Description: USB HID 设备数据采集程序 HID外设使用的MC68HC908JB8ADW单片机-USB HID device data collection procedures used by HID peripherals MC68HC908JB8ADW Singlechip
Platform: | Size: 4654080 | Author: liwenxin | Hits:

[Windows CEjk

Description: 1.SendDataClient是视频数据传输的发送端的源程序,其程序是Embedded Visual C++ 4.0编写。 2.SendDataServer是视频数据传输的接收端的源程序,其程序是Visual C++ 6.0编写。 3.在研博模拟器下的EVC的编译环境:SDK研博仿真器:EmboCE42CMM3_Emul_SDK、选择CPU型号为:Win32[WCE emulator] Debug、输出设备选用研博仿真器EmboCE42CMM3_EmulEmulator 4.在PCM-7230开发板上的编译环境:PCM-7230的SDK:PCM_7230_SDK_EVC、选择CPU型号为:Win32[WCE ARMV4l] Debug、输出设备选用PCM-7230:PCM-7230_Device 5.视频数据传输的发送端的程序在编译通过后通过PCM-7230开发板与PC机的USB数据连接线下载到PCM-7230开发板上的Windows CE 4.2 的操作系统下。与视频数据传输的接收端进行通讯。 6.SendWordCS是嵌入式下传输字符的源程序。-err
Platform: | Size: 216064 | Author: | Hits:

[Driver Developusbhidio_vc6

Description: USB HID R/W 測試程式, 從網路上抓下來, 並修正其問題-USB HID R/W test program, from grasping the network down, and fix their problems
Platform: | Size: 20480 | Author: Michael | Hits:

[USB developUSBCleaner20071109

Description: Visual C++环境下开发USB通信的源代码。-Visual C++ Environment to develop the source code for USB communications.
Platform: | Size: 2760704 | Author: | Hits:

[Driver Developb123456

Description: USB接口编程源代码,USB设备驱动,用Visual C++编写-USB interface programming source code, USB device drivers, using Visual C++ Prepared
Platform: | Size: 45056 | Author: | Hits:
« 1 2 3 45 6 7 8 9 10 »

CodeBus www.codebus.net